#news-list {
    /*padding-top: 30px;*/
  display: flex;
  justify-content: flex-start; /* 左对齐 */
  align-items: center; /* 顶部对齐 */
}
.news-item {
  width: 16vw;
}
.news-item-container {
  margin-right: 0.5vw;
  list-style: none;
}
.news-item-link {
  text-decoration: none;
  color: black;
}
.news-item-link:focus,
.news-item-link:hover {
  outline: none;
  color: inherit;
  background: transparent;
}
.news-item-image {
  width: 14vw;
  height: 14vw;
  box-sizing: border-box;
  overflow: hidden !important; /* 图片放大溢出时隐藏 */
}
.news-item-image:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.news-item-title {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 14vw;
}
.news-item-content {
  color: #999;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 14vw;
}
.news-item-date {
  font-size: 14px;
  margin-top: 15px;
}
.news-button {
  width: 13vw; /* 设置按钮宽度为 100% */
   padding-left: 1vw; 
   padding-right: 1vw; 
  background-color: #f09355; /* 背景颜色 */
  color: white; /* 文字颜色 */
  text-align: center; /* 文字居中 */
  border: none; /* 去掉边框 */
  border-radius: 5px; /* 圆角 */
  cursor: pointer; /* 鼠标指针样式 */
  font-size: 14px; /* 文字大小 */
  margin-top: 10px; /* 与上方内容的间距 */
  margin-right: 10px; /* 与上方内容的间距 */
}
#pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top:10px;
    
}
.page-btn {
padding: 5px 10px;
margin: 0 5px;
cursor: pointer;
border: 1px solid #ccc;
background-color: #f9f9f9;
}

.page-btn.active {
background-color: #007bff;
color: #fff;
border-color: #007bff;
}


/*#layout_1494318348445 {*/
/*  height: 449px;*/
/*  display: block;*/
/*}*/
/*@media screen and (min-width: 641px) and (max-width: 1200px) {*/
/*  #layout_1494318348445 {*/
/*    height: 260px;*/
/*    display: block;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 640px) {*/
/*  #layout_1494318348445 {*/
/*    height: 141px;*/
/*    display: block;*/
/*  }*/
/*}*/
/*#layout_1494318348445 > .view_contents {*/
/*  overflow: visible;*/
/*}*/
/*#layout_1494318348445 {*/
/*  background-size: auto 100%;*/
/*  background-position-x: 50%;*/
/*  background-repeat: repeat !important;*/
/*  background-position: 50% 0% !important;*/

/*  background: url(https://cdn.yun.sooce.cn/6/19731/jpg/1592466634873bd4d3ba6140c9617.jpg?version=1592466638);*/
  /*background: url(https://www.yodorobot.com/img/product/about_service.png);*/
/*}*/
/*@media screen and (min-width: 641px) and (max-width: 1200px) {*/
/*  #layout_1494318348445 {*/
/*    background-size: 100% auto;*/
/*    background-repeat: repeat !important;*/
/*    background-position: 50% 50% !important;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 640px) {*/
/*  #layout_1494318348445 {*/
/*    background-size: auto 100%;*/
/*  }*/
/*}*/
